|
CallGraph
|
#include <uicallgraph.h>

Public Member Functions | |
| uicallgraph (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(550, 500), long style=wxTAB_TRAVERSAL) | |
| ~uicallgraph () | |
| void | m_splitterOnIdle (wxIdleEvent &) |
| void | m_scrolledWindowOnContextMenu (wxMouseEvent &event) |
Protected Member Functions | |
| virtual void | OnPaint (wxPaintEvent &event) |
| virtual void | OnSaveCallGraph (wxCommandEvent &event) |
| virtual void | OnClosePanel (wxCommandEvent &event) |
Protected Attributes | |
| wxSplitterWindow * | m_splitter |
| wxPanel * | m_panel1 |
| wxScrolledWindow * | m_scrolledWindow |
| wxMenu * | m_menu1 |
| wxPanel * | m_panel2 |
| wxGrid * | m_grid |
Class uicallgraph
Definition at line 34 of file uicallgraph.h.
| uicallgraph::uicallgraph | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxSize( 550,500 ), |
||
| long | style = wxTAB_TRAVERSAL |
||
| ) |
| void uicallgraph::m_scrolledWindowOnContextMenu | ( | wxMouseEvent & | event | ) | [inline] |
Definition at line 63 of file uicallgraph.h.
| void uicallgraph::m_splitterOnIdle | ( | wxIdleEvent & | ) | [inline] |
Definition at line 57 of file uicallgraph.h.
| virtual void uicallgraph::OnClosePanel | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in uicallgraphpanel.
Definition at line 49 of file uicallgraph.h.
| virtual void uicallgraph::OnPaint | ( | wxPaintEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in uicallgraphpanel.
Definition at line 47 of file uicallgraph.h.
| virtual void uicallgraph::OnSaveCallGraph | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in uicallgraphpanel.
Definition at line 48 of file uicallgraph.h.
wxGrid* uicallgraph::m_grid [protected] |
Definition at line 44 of file uicallgraph.h.
wxMenu* uicallgraph::m_menu1 [protected] |
Definition at line 42 of file uicallgraph.h.
wxPanel* uicallgraph::m_panel1 [protected] |
Definition at line 40 of file uicallgraph.h.
wxPanel* uicallgraph::m_panel2 [protected] |
Definition at line 43 of file uicallgraph.h.
wxScrolledWindow* uicallgraph::m_scrolledWindow [protected] |
Definition at line 41 of file uicallgraph.h.
wxSplitterWindow* uicallgraph::m_splitter [protected] |
Definition at line 39 of file uicallgraph.h.